home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
The Atari Compendium
/
The Atari Compendium (Toad Computers) (1994).iso
/
files
/
prgtools
/
c
/
sozobon
/
sozlib15.zoo
/
sozdistr
/
include
/
xdlibs
/
osbind.h
< prev
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
Macintosh to JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
C/C++ Source or Header
|
1995-08-28
|
411 b
|
24 lines
/*
* @(#)osbind.h, SozobonX XdLibs (c) jerry g geiger 1995
*
* operating system calls
* last change
* - VS: 1995/08/19
*/
#ifndef _OSBIND_H
#define _OSBIND_H
#ifdef __MSHORT__
extern long gemdos(short, ...);
extern long bios(short, ...);
extern long xbios(short, ...);
extern short bdos();
#endif /* __MSHORT__ */
#include <bios.h>
#include <tosbind.h>
#include <mintbind.h>
#endif /* _OSBIND_H */